CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - contour extraction

搜索资源列表

  1. sharp

    0下载:
  2. 成功用VC将图像的锐化和边缘检测演示出来。包括轮廓提取等-Successfully using VC image sharpening and edge detection by demonstration. Including contour extraction, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:944432
    • 提供者:
  1. ToolboxLS-UBC

    0下载:
  2. level set by UBC 提供了水平及提取轮廓的功能-level set by UBC provides the function of the level and contour extraction
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1770761
    • 提供者:yaowei
  1. ImageProcess

    0下载:
  2. 本代码是基于vc++编程平台的图像处理,能够实现BMP图像格式的显示,色彩变换,轮廓提取等。-This code is based on vc++ programming platform for image processing, to achieve the display BMP image format, color transform, contour extraction.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-08
    • 文件大小:1965483
    • 提供者:刘镞
  1. Thresholdsegmentationcontourextraction

    0下载:
  2. 完成图像分割,包括阈值分割和轮廓提取,适合初学者学习-Threshold segmentation and contour extraction
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:204320
    • 提供者:xuanbi
  1. vc

    0下载:
  2. 阈值分割和轮廓提取,来自VC++图像处理程序设计配套光盘-Threshold segmentation and contour extraction
  3. 所属分类:Graph program

    • 发布日期:2017-05-10
    • 文件大小:2466019
    • 提供者:卢李龙
  1. lunkuotiqu

    0下载:
  2. 经典的轮廓提取算法,已经用VC++编译实现。-The classic contour extraction algorithm has been achieved using VC++ compiler.
  3. 所属分类:Graph program

    • 发布日期:2017-04-05
    • 文件大小:308158
    • 提供者:尹承天
  1. edgecontour

    0下载:
  2. 图像轮廓提取C++程序,属于图像处理得边界特征二值化程序-Image contour extraction procedure
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:5284
    • 提供者:wang liang
  1. VCandOpenCVsources

    0下载:
  2. 源码1:实现对图像平滑处理。比如噪声消除(二什图像的黑白点噪滤除;消除孤立黑像素点);邻域平均 法;中值滤波;加噪等。 源码2:对图像进行阈什分割和轮廓提取。 源码3:进行图像的合成。 源码4:图像的变换域处理 源码5:锐化及边缘检测 源码6:灰度变换 motiondetect1:基于OpenCV 运动检测(摄像头或.avi)-Source 1: Implementation of image smoothing. Such as noise reduction
  3. 所属分类:Graph program

    • 发布日期:2017-05-23
    • 文件大小:7205572
    • 提供者:stone
  1. tuxiangdedaishuyutuxiangdefenge

    0下载:
  2. 图像的代数与图像分割 图像的二值化 图像的分割 膨胀 结构化 轮廓提取-Image algebra and image segmentation image segmentation of binary image contour extraction expansion of structured
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-04
    • 文件大小:206202
    • 提供者:xc
  1. Contourextraction

    0下载:
  2. 用VC++对一幅图像进行轮廓提取Using VC + + on an image contour extraction-Using VC++ on an image contour extraction
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:309222
    • 提供者:daiqing
  1. vcImageParser

    0下载:
  2. vc++图形边缘检测、轮廓提取、hough变换-Graphic edge detection, contour extraction, hough transform
  3. 所属分类:Special Effects

    • 发布日期:2017-05-24
    • 文件大小:8062690
    • 提供者:liu
  1. luokuotiqu

    0下载:
  2. 易语言写的图像轮廓提取,对文字轮廓的提取效果非常好,有兴趣的朋友可做学习参考。-Easy language to write the image contour extraction, contour extraction of text very good friends who are interested can do to learn information.
  3. 所属分类:多媒体编程

    • 发布日期:2017-04-03
    • 文件大小:604468
    • 提供者:jizhuta
  1. smagic

    1下载:
  2. 图像处理综合例子,提供的功能主要有:    (1) 打开,显示,保存(另存),打印包括bmp,jpg,tif,gif,tga,pcx,png,psd等在内的各种常用图像 (2) 可以对图像实现放大/缩小观看,并可显示其直方图(态度,红,蓝,绿四通道) (3) 点运算:图像格式转换,阈值变换,窗口变换,灰度拉伸,态度均衡 (4) 几何变换:平移,转置,缩放,旋转,水平镜像,垂直镜像 (5) 正交变换:傅立叶,离散余弦,沃什,霍特林等 (6) 图像增强:图像平滑,中值滤波,梯
  3. 所属分类:Graph program

    • 发布日期:2017-05-22
    • 文件大小:6662676
    • 提供者:黄知
  1. imageprocessing

    0下载:
  2. 能实现几乎所有的图像处理功能 包括点运算,几何变换,正交变换,图像分析,形态学变化等等,具体表现为阈值变换 轮廓提取 背景提取 图像编码等等,是不可多得的采用MFC处理图像的工程-Can achieve almost all of image processing functions include point operations, geometric transformations, orthogonal transform, image analysis, morphology, etc.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-21
    • 文件大小:6271985
    • 提供者:张鑫
  1. SegmentationAndCountour

    0下载:
  2. 基于vc6.0MFC的单文档图像处理应用程序,包括阈值分割和轮廓提取-Based vc6.0MFC single document image processing applications, including segmentation and contour extraction
  3. 所属分类:Graph program

    • 发布日期:2017-05-08
    • 文件大小:1634540
    • 提供者:xx
  1. Thresholding

    0下载:
  2. 一个用VC++编写的关于阈值分割和轮廓提取的程序-1 with VC++, prepared by the segmentation and contour extraction procedures
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1512105
    • 提供者:lxp
  1. EdgeContour

    0下载:
  2. 实现图像的边缘检测、提取和轮廓跟踪,还有种子填充算法-Of image edge detection, contour extraction and tracking, as well as the seed fill algorithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-11
    • 文件大小:2134104
    • 提供者:胡新
  1. 27796692EdgContour

    0下载:
  2. 实现目标的边缘检测 阈值分割,轮廓提取。数字图像处理常用的方法-Goals thresholding edge detection, contour extraction. Common method of digital image processing
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:74231
    • 提供者:dd
  1. 1

    0下载:
  2. 车型轮廓提取 用于车型识别中的图像预处理-Contour extraction model
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:2067
    • 提供者:郭俊良
  1. 29782205missilesimulation

    0下载:
  2. 图像识别 轮廓提取 边缘检测 用于动态目标的检测-Image recognition edge detection contour extraction for dynamic target detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1844
    • 提供者:花错
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 28 »
搜珍网 www.dssz.com